ComboBox|TreeMenu: Slightly clarify wrap-width doc
authorDaniel Boles <dboles@src.gnome.org>
Wed, 4 Oct 2017 09:20:03 +0000 (10:20 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Wed, 4 Oct 2017 09:22:21 +0000 (10:22 +0100)
gtk/gtkcombobox.c
gtk/gtktreemenu.c

index 5937c2c8f9ba7d913e231ad963eaa12b7dc54835..509b5c6286f222964ad54b42e4c58bb9ec315c4d 100644 (file)
@@ -666,9 +666,8 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
   /**
    * GtkComboBox:wrap-width:
    *
-   * If wrap-width is set to a positive value, the list will be
-   * displayed in multiple columns, the number of columns is
-   * determined by wrap-width.
+   * If wrap-width is set to a positive value, items in the popup will be laid
+   * out along multiple columns, starting a new row on reaching the wrap width.
    *
    * Since: 2.4
    */
index c62b5dfb246fbafedf7e9e427a2149bdb6c9c887..bc98a1358f002d4f220a839cdf32b325c0908ccc 100644 (file)
@@ -298,9 +298,8 @@ _gtk_tree_menu_class_init (GtkTreeMenuClass *class)
   /*
    * GtkTreeMenu:wrap-width:
    *
-   * If wrap-width is set to a positive value, the list will be
-   * displayed in multiple columns, the number of columns is
-   * determined by wrap-width.
+   * If wrap-width is set to a positive value, items in the popup will be laid
+   * out along multiple columns, starting a new row on reaching the wrap width.
    *
    * Since: 3.0
    */